home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
basic
/
ace24dist.lha
/
ace24.lha
/
SUBmods
/
FontReq
/
test.b
< prev
Wrap
Text File
|
1996-09-11
|
304b
|
12 lines
#include <SUBmods/FontReq.h>
DECLARE STRUCT FontInfo info
IF FontInfoRequest(info) THEN
PRINT "Font name: ";CSTR(info->fontName)
PRINT "Font height: ";info->fontHeight
PRINT "Text style: ";info->textStyle
PRINT "Font color: ";info->frontColor
PRINT "Back color: ";info->backColor
END IF